Welcome![Sign In][Sign Up]
Location:
Search - ping basic

Search list

[ActiveX/DCOM/ATL网页中的一格ping的activx组件

Description: 网页中的ping的activx组件,嵌入在网页里面执行,有基本的activeX编程思想包含在里面,希望对初学者有用!-website of the activx ping components embedded in a website executed, some basic programming ideas include activeX inside, useful for beginners!
Platform: | Size: 60578 | Author: 孙鹏程 | Hits:

[Internet-Networknettools

Description: 十分Cool的程序,一个网络工具箱,可以实现包括主机察看、网络测速、Ping、段口扫描、路由跟踪等功能。不可不看。-The procedure is very Cool, a network toolbox can be achieved including mainframe View, Web Speed, Ping, paragraph I scan, routing tracking functions. Can not see.
Platform: | Size: 72704 | Author: 站长 | Hits:

[Internet-NetworkPING程序源码有记录路由功能。

Description: PING功能是网络程序中的一个基本功能,了解其编写对于了解网络底层函数有很重要的意义,希望对大家有所帮助-PING function is the procedure for the network a basic functions, to understand their preparation for the understanding of the underlying network functions are very important, we hope to help
Platform: | Size: 110592 | Author: | Hits:

[Internet-Networkpingwork

Description: 本ping程序实现了ping.exe的基本功能,并且使用了ip报文中记录路由的字段,实现了路由记录功能,并附详细的说明文档。-the ping program of the basic functions of privileges, and the use of the ip packet routing record fields, achieving record routing function, together with detailed documentation.
Platform: | Size: 18432 | Author: 童彬 | Hits:

[ActiveX/DCOM/ATL网页中的一格ping的activx组件

Description: 网页中的ping的activx组件,嵌入在网页里面执行,有基本的activeX编程思想包含在里面,希望对初学者有用!-website of the activx ping components embedded in a website executed, some basic programming ideas include activeX inside, useful for beginners!
Platform: | Size: 60416 | Author: 孙鹏程 | Hits:

[Internet-NetworkICMP协议编程示例

Description: 通过一个例子说明ICMP编程的基本功能,比如ping和trace route等。-through an ICMP programming examples to illustrate the basic functions For example, ping and trace route so.
Platform: | Size: 123904 | Author: 熊熊XP | Hits:

[Internet-Networkping_srcedittion

Description: 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方便。 3.根据习惯ICMP首部的标示符字段填充了进程ID。 4.该程序实现了在IP首部记录路由的RR功能,最多记录9个地址。 要实现的功能参数: 1.n 参数 设定发送回显请求的数量 2.l 参数 设定选项数据的填充字节数 3.t 参数 持续的发送回显请求,直到用户按下Control-C停止 4 w 参数 设定接收超时的时间,以毫秒为单位 参数的具体说明可以参考windows自带的ping程序-the program in Windows 2000 SP4 Pro compiler under through debugging (Visual C 6.0 IDE environment). Winsock2 need support. 1. The procedure adopted protocols of the original socket programming, the basic implementation of Ping function, Use : ping host, the default four consecutive send the request back significantly. 2. The procedure for the first ICMP using the definition of non-standard forms. Upcoming options to preserve the timestamp data for the first four bytes are defined as ICMP first part, the first such ICMP was defined as 12 bytes. This is done primarily to the realization of programming and understanding for it. 3. Under customary ICMP first marker Address field filled with the process ID. 4. The program achieved in the first record of IP routing RR functions, the most record
Platform: | Size: 14336 | Author: 赵锐 | Hits:

[TCP/IP stackEMB-TCP-IP-STACK

Description: 一个专为嵌入式系统编写的小型TCP/IP协议栈 TCP/IPLean,一个适于学习并容易移植的协议栈, 有专门书籍《嵌入式系统web服务器TCP/IP Lean》 进行详细介绍,很适合于希望了解TCP/IP基本原理 和代码实现的朋友 这里提供它的VC6版源码包下载, 它可以与超值型以上开发板提供的arpscan、ping 和udp实例配套,作为主机端的服务运行。 -an embedded system for the preparation of small TCP/IP protocol stack TCP/IPLean. an easy to learn and suitable for transplant protocol stack, there are specialized books, "Embedded System web server TCP/IP Lean" for a more detailed description, hope is well suited to understand TCP/IP and the basic tenets of the code to achieve friends here with its VC6 version of the source package under set, which can overvalued and above-board development of arpscan, ping and udp supporting examples, as mainframe-service operation.
Platform: | Size: 114688 | Author: shiryu | Hits:

[Internet-Networkchap3ppt

Description: 1. 目录get mac是获取机器网卡地址程序;2. 目录GetIpAddress是根据机器名以及域名获取IP地址程序;3. 目录getlocalip是获取本地机器ip地址程序;4. 目录ping是ping程序代码;5. 目录portscanner是本地机器端口扫描程序,其中扫描可能端口就是扫描计算机上所有可能的端口;6. 目录超级链接是在窗体上实现超级链接到IE和自动发送邮件的程序;-1. Contents get mac is access card machines addresses procedures; 2. Contents GetIpAddress under machine name and IP address of the domain name acquisition procedures; 3. Contents getlocalip is access to local machine ip address; 4. Contents of ping ping code; 5. Contents portscanner local port scanning machines procedures, which may port scanning is scanning your computer all possible port; 6. Contents hyperlinks in Form achieving super link to the IE and automatic mail procedures;
Platform: | Size: 110592 | Author: marble | Hits:

[TCP/IP stackWin32_Ping

Description: This a basic multi-threaded ping utility using a raw socket. Take a look at the screenshot for the feature list. This code is not 100% mine. It was adapted from code on the internet (Found in several places so not sure of the author). It has been modified alot though. -This a basic multi-threaded ping utilit y using a raw socket. Take a look at the screensho not for the feature list. This code is not 100% mine . It was adapted from code on the internet (Found in several places so not sure of the author). It h as been modified a lot though.
Platform: | Size: 13312 | Author: 微环境 | Hits:

[Internet-Networkping

Description: 用vb6.0实现ping的命令,可以任意设置次数跟时间-Using VB6.0 to achieve ping command, you can set the number of arbitrary and time
Platform: | Size: 5120 | Author: 宝宝 | Hits:

[Internet-NetworkNetServer

Description: 通过实现网络服务器的搜索掌握Socket的使用通过实现Ping连通性掌握数据链路层的基本传输过程 -Through the realization of the network server english master the use of Socket realize Ping connectivity through data link layer to master the basic transmission
Platform: | Size: 4096 | Author: jzhao | Hits:

[P2Pping

Description: 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方便。 3.根据习惯ICMP首部的标示符字段填充了进程ID。 4.该程序实现了在IP首部记录路由的RR功能,最多记录9个地址。-The program in Windows 2000 Pro+ SP4 adopted under the compiler debugging (Visual C++ 6.0 IDE environment). Winsock2 support needs. 1. The program uses the original socket winsock programming, to achieve the basic Ping function, use: ping host, the default for sending echo request 4. 2. The program of the first definition of ICMP uses non-standard forms. Options data is about to save the first timestamp 4 bytes are also defined as the first part of ICMP, so that the first ICMP was defined as 12 bytes. Mainly do so primarily to the realization and understanding of programming convenience. 3. In accordance with customary ICMP identifier of the first field filled with the process ID. 4. The program achieved the first record in the IP routing RR function, a maximum of nine address records.
Platform: | Size: 13312 | Author: 周晓伟 | Hits:

[Internet-Networkiputils

Description: The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to as pecified network host and can tell you if that machine is alive and receiving network traffic.ipv6calc is a small utility which formats and calculates IPv6 addresses in different ways. It extends the existing address detection on IPv6 initscript setup or make life easier in adding reverse IPv6 zones to DNSor using in DNS queries like nslookup -q=ANY ipv6calc -r 3ffe:400:100:f101::1/48`-The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to as pecified network host and can tell you if that machine is alive and receiving network traffic.ipv6calc is a small utility which formats and calculates IPv6 addresses in different ways. It extends the existing address detection on IPv6 initscript setup or make life easier in adding reverse IPv6 zones to DNSor using in DNS queries like nslookup-q=ANY ipv6calc-r 3ffe:400:100:f101::1/48`
Platform: | Size: 156672 | Author: liuhong | Hits:

[Windows Developping

Description: ping的源程序代码,基本实现了ping程序的功能。-ping of the source code, the basic procedures for implementation of the ping function.
Platform: | Size: 2048 | Author: tianshi | Hits:

[TCP/IP stackping

Description: 这是一个TCP IP Ping 的程序。 是通过API实现的。-A TCP、IP s PG is Ping as API
Platform: | Size: 6144 | Author: mynbasky | Hits:

[Internet-NetworkCSInternetTools

Description: 一款功能超强很专业的网络检测工具集合,基于VB6环境编写。它可以扫描指定IP段**、获取本机端口、网络流量监控、IP地址计算器、TCP/IP配置信息提娶Ping命令、端口侦听、分段IP与长整型IP地址转换、基于API函数的端口查看器、基于windows命令的端口查看器、检测指定网络是否可用、扫描指定计算机端口、域名及IP解析、保存计算的IP、保存捕捉到的路由、服务器时间同步、使用API的路由跟踪……还有一些不一一列举了,需要的下载仔细看看。-A powerful network of professional testing tool set, based on the preparation of VB6 environment. It can scan IP paragraph designated**, access to the local port, network traffic monitoring, IP Address Calculator, TCP/IP configuration information to marry Ping command, listening ports, sub-IP and long integer IP address translation, based on the API port viewer function, based on the order of the port windows viewer to detect the specified network is available, scanning the specified computer port, domain names and IP analysis, calculated to preserve the IP, save captured routing, time synchronization server, use the API the way by the follow-up ... ... there are some not listed, and the need for a closer look at the download.
Platform: | Size: 404480 | Author: NewJersey | Hits:

[OtherElectronicCommunicationsSystems

Description: 国外电子与通信教材系列。电子通信系统(第四版)。Wayne Tomasi著,王曼珠 许萍 曾萍 等译,薛荣华 审校。电子工业出版社。 本书系统讲述了电子通信领域的全部内容,从常规模拟电子通信系统的基本概念到更现代的数字、光纤、微波、卫星及蜂窝和PCS电话通信系统,涉及通信原理、通信电路、电波天线、数字和数据通信、通信系统等多门课程内容。-Foreign electronic and communications materials series. Electronic communication system (fourth edition). The Wayne Tomasi, Chu Man-Ping Xu Ping had such as translation, revision薛荣华. Publishing House of Electronics Industry. System, this book describes the field of electronic communications all the contents of electronic communications from the conventional analog system to a more basic concept of the modern digital, fiber optic, microwave, satellite and cellular and PCS telephone communications systems, related to communication theory, communication circuits, radio antennas, digital and data communications, communication systems, such as the course content.
Platform: | Size: 20249600 | Author: 成逛 | Hits:

[Internet-NetworkPing

Description: 在WINDOWS环境下实现基本的PING程序(回送测试功能)。-In the WINDOWS environment to achieve the basic PING program (loopback test feature).
Platform: | Size: 219136 | Author: 木子樱 | Hits:

[CSharpping--csharp

Description: 用C#语言实现PING的基本功能,带有图形化界面,内有详细代码-C# language using the basic functions of PING, with a graphical interface, with detailed code
Platform: | Size: 17408 | Author: 小志 | Hits:
« 12 3 4 »

CodeBus www.codebus.net